.strophe{
	text-align:center; 	/*le texte sera aligné au centre*/
	color : #4B0082; 	/*le texte est en bleu, les couleurs sont codées #rrvvbb de #000000 à #FFFFFF*/
	font-family : Lucida Calligraphy;
	background-color : #FFFFFF*/;
}

.surligner{
	color:silver;
	font-weight: bold;
	/*text decoration: underline*/
}

h1{/* titre*/
	font-size: 60px;
	background-color:Lightgrey;
	font-family: Edwardian Script ITC;
	color: purple;
	text-align: center;
	margin-right: -50%;
	margin-left: -10%
	/*margin-top: 3%;*/
}

h3{/*titre dominique sagne du lien sur le cÃ´tÃŠ*/
	font-size: 30px;
	/*background-color: gold*/
	color: purple;
	font-family: Edwardian Script ITC;
	text-align: center;
}

.entete{
	text-align:center;
}

.lien{
	float: left;
	width:30%; /*largeur du block de la page*/
	background-color: lightgrey;
	text-align: center
}

.lien2{
	float:right;
	width: 30%;
	margin-right:-40%;
	background-color: lightgrey;
	text-align: center;
}

.rime{
	color : red;
	font-weight : bold;
	text-decoration : undeline;
	font-size : 20px;
	font-family : Vivaldi;
	background-color : #FFFFFF*/;
}	

.poeme{
	margin-left: 35%; /*marge de gauche*/
	width: 70%; 
	background-color: white;
	opacity :0.9;
	font-family: Lucida Calligraphy;
	height: 1200 px;
}

body {
	color:black;
    background-image: url("Collide1.jpg");
    /*background-repeat: no-repeat;*/
	background-width: 150%;
	background-height:150%;
    position: center;
    width: 70%;
    height: 70%;
}

.image_centree {
	display: block; /*block d'image*/
	position: center;
	border-radius: 10%; /* rayon du cerle autour de l'image*/
	margin-left: auto;
	margin-right: auto;
}

.image{
	display: block;
	border-radius:10%
	border-bottom: 50%;
	margin-right: auto;
	margin-left: 5%;
	width:90%;
	height:60%
}